home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvpsd307.zip / PSD.DOC < prev    next >
Text File  |  1991-02-14  |  16KB  |  374 lines

  1. & - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  2.  
  3.     Saesoft International,           [NMS] Netherlands Message Centre
  4.     Post Office Box: 9179,           Telex: Saesoft, 20010 PMS NL
  5.     3007 AD Rotterdam Holland.     Telefax: Saesoft, +31 (10)4113888
  6.     Phone: +31 (10)4795892           PostBank PSTB NL 2A  5506405
  7.  
  8.  
  9.     PSD  Version  3.07
  10.     This  version  of  the    documentation,    software  and  copyright
  11.     supersedes all previous versions of PSD.
  12.  
  13.                    TRADEMARKS
  14.  
  15.     DESQview is a registered trademark of Quarterdeck Office Systems
  16.        MS-DOS is a registered trademark of Microsoft Corporation
  17.      The Norton Utilities is a trademark of Peter Norton Computing
  18.          Incorporated
  19.  
  20.                    DISCLAIMER
  21.  
  22.     Use of this program  acknowledges this    disclaimer of  warranty:
  23.     "This program  is  supplied as is. Saesoft disclaims all warran-
  24.     ties, express  or  implied,  including,  without limitation, the
  25.     warranties of merchantability and of fitness of this program for
  26.     any purpose. Saesoft assumes no liability for damages  direct or
  27.     consequential, which may result  from the use of or inability to
  28.     use this program. Even if Saesoft has been advised of the possi-
  29.     bility of such damages or any claim by any other party."
  30.  
  31.               SITE LICENSES AND QUANTITY PURCHASES
  32.  
  33.     All corporate, business, government or other commercial users of
  34.     PSD must be registered at Saesoft HQ. We offer quantity discount
  35.     as well as site licensing.
  36.  
  37.     Site licensing agreements  allow duplication and distribution of
  38.     a specified number of  copies  within the  licensed institution.
  39.     Duplication of    multiple copies is  NOT  allowed  except through
  40.     execution of a licensing agreement.  Site license fees are based
  41.     upon the  number  of users  using  PSD.  Note that  with a  site
  42.     license, only one copy of the program will be sent.  You will be
  43.     responsible for distributing additional copies.
  44.  
  45.  
  46.     Note that  Saesoft "Site Licenses" also provide client specified
  47.     modifications on all our products !
  48.  
  49.     Please call or write, for more information.
  50.  
  51.  
  52.     Note:  the unregistered and registered version are NOT the same.
  53.  
  54.  
  55. 2 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  56.  
  57.     Saesoft (R) DESQview 2.xx Protected Screen Driver° - Version 3.xy
  58.     Copyright (C) Saesoft International 1983 - 1991.  All rights reserved.
  59.  
  60.      Usage: PSD [drive+path{<file>(.com/.exe)} [file-option(s)]]
  61.  
  62.  
  63.     Common information;
  64.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  65.     "Even though  many programs  are changed to DESQview alike aware
  66.     programs, for screen  performance control, there are  still many
  67.     programs that use  direct screen writes, to  update counters  or
  68.     display  there    current  state... we have  designed  a protected
  69.     screen driver  for  DESQview, that  does  not allow  any  direct
  70.     screen    write  and  allows  the  program  to be  run in  a small
  71.     DESQview window, without it writting all over your display"
  72.  
  73.  
  74.     The driver is  melted with the    allocated segments  of the tasks
  75.     window, this is done  at the first  interrupt 0x21 or 0x10, some
  76.     programs tend to determine the display page in code segments not
  77.     yet  provided in the first  stage of  initialization. (e.a. this
  78.     may cause the driver not to function with those programs, it may
  79.     even crash the current DESQview task or your computer !)
  80.  
  81.  
  82.     Example;
  83.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  84.     Note: the Norton Utilities 4.5 have been tested without the  /D1
  85.     option, some programs  tend to have a 'write via bios'  function
  86.     like the  norton utilities, however this function is much slower
  87.     then with the PSDriver.
  88.  
  89. Note: add 4kb to Memory Size to make room for the driver.(sample already added)
  90.  
  91. ╔1══Change═a═Program═══════════════════════════════════════════════════════════╗
  92. ║                Change a Program                   ║
  93. ║                                           ║
  94. ║ Program Name............: Norton v4.5 NU°                       ║
  95. ║                                           ║
  96. ║ Keys to Use on Open Menu: NU                   Memory Size (in K): 235 ║
  97. ║──────────────────────────────────────────────────────────────────────────────║
  98. ║ Program...: psd.com                                   ║
  99. ║                                           ║
  100. ║ Parameters: \norton\nu.exe                               ║
  101. ║                                           ║
  102. ║ Directory.: \dv                                   ║
  103. ║──────────────────────────────────────────────────────────────────────────────║
  104. ║ Options:                                       ║
  105. ║           Writes text directly to screen.......: [N]               ║
  106. ║           Displays graphics information........: [N]               ║
  107. ║           Virtualize text/graphics (Y,N,T).....: [N]               ║
  108. ║           Uses serial ports (Y,N,1,2)..........: [N]               ║
  109. ║           Requires floppy diskette.............: [N]               ║
  110. ║                                           ║
  111. ║  Press F1 for advanced options          Press <─┘ when you are DONE  ║
  112. ╚══════════════════════════════════════════════════════════════════════════════╝
  113.  
  114.  
  115. 3 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  116.  
  117.     Try "Uses its own colors..............: [N]" if your having pro-
  118.     blems with 'out off screen color lines' when zoomed.
  119.  
  120.     Even though we did everything to make the melting process run as
  121.     fast as possible, with large programs  it takes some time before
  122.     the driver is  melted with  the program, this may  or may not be
  123.     somewhat irretating for some users...
  124.  
  125.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  126.     The driver works in normal text mode and in some graphics modes.
  127.  
  128.     The driver  works with    any  executeble, packed EXE, normal EXE,
  129.     COM, as long  as the program  loaded by the driver is the execu-
  130.     ting program and not a second loader.
  131.  
  132.     You can use PSD from within a batchfile;
  133.  
  134.     echo off
  135.     ..........anything here..........
  136.     PSD C:\PATH\PROGRAM.EXE /options
  137.     exit
  138.  
  139.  
  140.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  141.         DESQview  2.xx  Protected  Screen  Driver°,  written in  PDL-II,
  142.     Saesoft's  Fastest  And  Most  Powerfull  Language In  The World
  143.     For The INTEL Based (R) IBM-PC...
  144.  
  145.  
  146.     PSD's System Requirements;
  147.         =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  148.     Designed for: 8086, 8088, 80286, XT, AT based PC's.
  149.  
  150.     Operating System;
  151.     PC DOS 2.0 - x.x, MS DOS 2.0 - x.x
  152.  
  153.     Operating Environment;
  154.     DESQview 2.00 or higher.
  155.  
  156.     PSD Overhead;
  157.     4K + Environment larger then 300 bytes.
  158.     ShareWare version; 6K + Environment larger then 300 bytes.
  159.     This  includes a 512 bytes  stack, 500 bytes  reserved    analyses
  160.     space and a main interrupt controlled screen update handler.
  161.  
  162.     PSDA Overhead;
  163.     10K Maximum, containes only  a logic  analyser    and  7K reserved
  164.     analyses space.
  165.  
  166.  
  167.     !!! WARNING !!!
  168.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  169.     PSD may  crash the current  task or  your computer under certain
  170.     circumstances, this can not be determined before or while PSD is
  171.     running, there is  absolutely no way  to prevent  such    with all
  172.     programs, as each one is unique in the way it executes.
  173.  
  174.  
  175. 4 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  176.  
  177.     If PSD works... but;
  178.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  179.     The package DVPSD???.ZIP containes the next files;
  180.  
  181.     PSD.COM ................... The actual Protected Screen Driver°
  182.     PSD.DOC ................... This documentation
  183.     PSDA.COM .................. PSD Program analyser
  184.     DUMPSD.COM ................ PSD data retriever
  185.     ANPSD.BAT ................. Automaticly invokes DUMPSD after PSD
  186.  
  187.     If this works "PSD C:\PATH\PROGRAM.EXE", but you like to be sure
  188.     it doesn't crash after using the program for a while,  use this;
  189.     "ANPSD C:\PATH\PROGRAM.EXE" and immediatly  exit the program af-
  190.     ter it runs, DUMPSD will be invoked directly after exit and will
  191.     produce a file with the name  PSDATA.PSD, post this file on disk
  192.     or uuencoded via Email to us, we will let you know whether it is
  193.     save to  use it, usually  it is  save, but  there is  always  an
  194.     exception to be found somewhere...
  195.  
  196.  
  197.     If PSD works... but crashes  immediatly or  after a while, or if
  198.     PSD doesn't work at all;
  199.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  200.     Set "Writes text directly to screen.......: [Y]" in program set-
  201.     up and run the next  "ANPSD C:\PATH\PROGRAM.EXE", you screen may
  202.     turn  black, but the task  or DESQview    isn't crashed !  it just
  203.     look like  it did, while your screen is black or isn't, exit the
  204.     program and terminate the task,  pressing the next keys will re-
  205.     store your screen; R, V, 1, Enter. (DESQview restore video mode)
  206.  
  207.     A file will be    produced with the name    PSDATA.PSD,  this is the
  208.     first file  you need to send us, run the next to get the second;
  209.     "PSDA C:\PATH\PROGRAM.EXE"  and immediatly  exit the program af-
  210.     ter it runs, PSDA will produce a file with the name ANALYSES.PSA
  211.     post these 2 files  on disk to us  and we will modify the driver
  212.     to work with your program.
  213.  
  214.  
  215.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  216.     The information  produced by  DUMPSD and PSDA, are data analyses
  217.     produced while PSD is/was running, this data can only be proces-
  218.     sed with our  PSD Data Analyser and is not available for sale or
  219.     otherwise.
  220.  
  221.     If you send us such files on disk, please include 5 IRC's, and a
  222.     address written  or typed on a    stitcher, then    we will send you
  223.     the latest version a.s.a.p.
  224.  
  225.     Note: the file    analyses.psa  may be quite large, sometimes even
  226.     more then 150K, so be sure there is plenty of free disk space.
  227.  
  228.     Note2: the file  psdata.psd  may not always be produced.
  229.  
  230.  
  231. 5 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  232.  
  233.     REGISTRATION AND PAYMENT;
  234.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  235.     Registration  of  PSD  entitles you  to use  the program  for an
  236.     unlimmited periode of time, 90 days of free technical support by
  237.     (E)Mail or Phone and a    low cost upgrade  whenever the next ver-
  238.     sion is available, to register transfer the registration fee (in
  239.     USdollars or  DFL only)  to our  account, DO  NOT  SEND CASH, OR
  240.     CHECKES, according to the table below, or an international money
  241.     order, then fill out the form and mail it to us at the following
  242.     address;
  243.  
  244.                 Saesoft International,
  245.                 Post Office Box: 9179,
  246.                 3007 AD Rotterdam Holland.
  247.                PostBank PSTB NL 2A    5506405
  248.  
  249.     As soon  as we    received your transfer    and registration form we
  250.     will send you the disk(s), please allow a minimum of 3 weeks for
  251.     delivery.
  252.  
  253.     Sub-release note: if we encounter any problems with PSD, we will
  254.     solve  them as soon  as possible,  registered users  DO NOT have
  255.     to pay any fee for any sub-release related to a problem.
  256.  
  257.  
  258.     PSD  is a commercial product of  Saesoft International    and  may
  259.     NOT be    sold,  changed,  modified in any way  known or    unknown,
  260.     without   written  permission  from  Saesoft,  applying  to  the
  261.     executable(s), documentation  and sub-related files or programs.
  262.  
  263.  
  264. 6 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  265.  
  266.          Commercial site license for the use of PSD.
  267.  (All values include 18.5% tax rate, shipping & handling are free of charge.)
  268.  
  269.     (For the use on one computer system only.)
  270.   * Diskette with program and documentation file ........ $30.      ______
  271.   * Holland only value in DFL ........................... F45.      ______
  272.  
  273.     (Includes one diskette with program & documentation file.)
  274.      2 to  9 computers .. at $20  F39 each  # computers ___x __   ______
  275.     10 to 24 computers .. at $16  F32 each  # computers ___x __   ______
  276.     25 to 49 computers .. at $13  F26 each  # computers ___x __   ______
  277.     50 to 99 computers .. at $10  F20 each  # computers ___x __   ______
  278.     100 or more computers .. $1000  F1895 one time fee          ______
  279.  
  280.   Diskette format (choose one)       5.25" disk ____    3.5" disk ____
  281.  
  282.  
  283.  
  284.  
  285.   Name: ________________________________________________________________
  286.  
  287.   Company (ONLY if company address):____________________________________
  288.  
  289.   Address: _____________________________________________________________
  290.  
  291.      : _____________________________________________________________
  292.  
  293.      : _____________________________________________________________
  294.  
  295.   Voice Day Phone: ______________________ Evening: _____________________
  296.  
  297.   Email (if available):_________________________________________________
  298.  
  299.  
  300.  
  301. This license  is not  necessary  for  clubs or    user groups  distributing  the
  302. SHAREWARE version on a SHAREWARE basis, providing that the entire DVPSD???.ZIP
  303. package with  accompanying files  is included in the distribution, and no more
  304. than a nominal fee (not to exceed $5) is charged for such distribution.
  305.  
  306.  
  307. 7 - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  308.  
  309.     PSD History;
  310.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  311.     v3.01 + Incorporated the 'noFF' into one  of the handlers, note,
  312.         the driver does  NOT force the program    to be multi task
  313.         aware ! use the 'TAME-RES' utility to do so.
  314.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  315.     v3.02 + Added  more support  to prevent  screen blanking  if PSD
  316.         doesn't work.
  317.           + Changed to way of melting, seems that some programs tend
  318.         to distroy there own PSP...
  319.           ? Note, if a program defaults to color PSD doesn't work on
  320.         monochroom, the same in reverse.
  321.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  322.     v3.03 + Added support for overlay techniques and screen control,
  323.         (ea. kerry's account program).
  324.           + Finally managed to get rid of the flashing mouse pointer
  325.         it slows loading the program a bit, due to a mouse acti-
  326.         ve test  which takes a bit  of time (OS problem)  at PSD
  327.         startup.
  328.           ? Note, the mouse pointer may disappear at some times, not
  329.         a problem though, simply has to do  with screen updates.
  330.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  331.     v3.04 + Now assuming  no mouse used  or installed, the    desqview
  332.         mouse  cursor  will  be  in control  until  the  program
  333.         utilizes the mouse driver, then  the same as before, use
  334.         the 'nomouse' utility to get rid of an unwanted pointer.
  335.           - Removed the mouse active test and added a mouse watchdog
  336.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  337.     v3.05 + Added support to stop updating    the virtual screen after
  338.         termination of the driver. (stops the flashing after...)
  339.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  340.     v3.06 + After  many  requests, removed    the time  limmit on  the
  341.         unregistered version, but put something else in there...
  342.           + Added a bit more support towards mouse usage.
  343.           + Multiple code enhancements.
  344.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  345.     v3.07 + Solved a possible problem with the melting process.
  346.         (yes we do change things if  we believe they might cause
  347.          problems, we don't wait untill they do, if we know...)
  348.     =*===*===*===*===*===*===*===*===*===*===*===*===*===*===*===*==
  349.  
  350.  
  351. & - (R) DESQview 2.xx Protected Screen Driver° - Version 3.0 (C) Saesoft 1991 -
  352.  
  353.  
  354.     Saesoft International,           [NMS] Netherlands Message Centre
  355.     Post Office Box: 9179,           Telex: Saesoft, 20010 PMS NL
  356.     3007 AD Rotterdam Holland.     Telefax: Saesoft, +31 (10)4113888
  357.     Phone: +31 (10)4795892           PostBank PSTB NL 2A  5506405
  358.  
  359.  
  360.         (C) SAESOFT INTERNATIONAL    <=>   DATA SECURITY SYSTEMS
  361.             -------------------------------------------------------
  362.                                      SAESOFT INT., Box 9179 3007 AD
  363.                                      ROTTERDAM  THE NETHERLANDS
  364.             -------------------------------------------------
  365.                   Speed And Efficiency SOFTware & Lastware
  366.             --------------------------------------------
  367.         Copyright (C) Saesoft Int., 1983 - 1991
  368.             -------------------------------------
  369.  
  370.  
  371. Saesoft International is registered at the chamber of commerce in Rotterdam at
  372. the number  149200,  Saesoft is a  trademark and productivity name of blue eye
  373. productions international.
  374.